
.top-content{
    position: relative;
}

.cityCode_h{
    display: none;
    width: 1000px;
    padding: 24px 88px 48px 92px;
    font-size: 14px;
    background-color: #fff;
    position: absolute;
    top: 50px;
    /* top: 3px; */
    left: 0;
    z-index: 9999;
    /* padding: 20px; */
    border: 1px solid #f1f2f3;
    box-shadow: 0px 10px 29px 0px rgba(212, 213, 214, 0.7);
}
.cityCode_h .gbBox_img {
  width: 32px;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.cityCode_h .quhuaBox{
    width: 100%;
    /* height: 200px; */
    /* background-color: pink; */
}
.cityCode_h .curSsq li {
    /* line-height: 38px;
    height: 38px; */
    float: left;
  }

  .cityCode_h .curSsq li a::after {
    content: " > ";
    color:#c9cbd0;
    width: 5px;
    margin: 0 5px;
    text-align: center;
  }

  .cityCode_h .curSsq li:last-of-type a::after {
    content: '';
    clear: both;
  }

  .cityCode_h .curSsq li a {
    display: block;  color: #303133; font-size:16px;font-weight: 700; 
  }

.cityCode_h .selectedBox {
    padding: 20px 0;
    /* border-bottom: 1px solid #ccc; */
  }

.cityCode_h .selectedBox li {
    float: left;
    width: 152px;
    margin-right: 10px;
  }

/* .cityCode_h .selectedBox li:nth-of-type(9n) {
    margin-right: 0;
  } */

.cityCode_h .selectedBox li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    height: 30px;
    color: #45484b;
    line-height: 30px;
    padding: 0 3px;
  }

.cityCode_h .selectedBox li a:hover {
    background: #f1f2f3;
  }

  .cityCode_h .station_x {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
  }

  .cityCode_h .station_x li {
    float: left;
  }

  .cityCode_h .station_x li a {
    color: #fff;
    /* background-color: #4293f4; */
    background-color: #FF5B24; 
   /* padding: 0 20px;  */
    width: 100px;
    text-align: center;
    display: block; 
    height: 38px; 
    line-height: 38px; 
    font-size: 16px;
    border-radius: 2px;
  }
  .cityCode_h .station_x li a:hover{
    background-color: #ED5F2F;
  }
  .cityCode_h .bumen .title{
    color: #0d1c28;
    font-weight: 700;
    line-height: 38px;
    height: 38px;
}
  .cityCode_h .bumenList_x {
    padding: 20px 0;
  }

    .cityCode_h .bumenList_x li {
    float: left;
    width: 189px;
    margin-right: 10px;
  }

    .cityCode_h .bumenList_x li:last-of-type {
    margin-right: 0;
  }

    .cityCode_h .bumenList_x li a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #45484b;
    padding: 0 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

    .cityCode_h .bumenList_x li a:hover {
    background: #f1f2f3;
  }

  .cityCode_h .bumen{
    width: 100%;
    /* height: 200px; */
    /* background-color: yellow; */
}


/* 区划加选中颜色 */
.areaActiveColor{color: #FF5B24 !important;}
.areaActiveColor:hover{color: #ED5F2F;}

.user_box{
  display: flex;
  align-items: center;
  margin-top:19px;
}
.userTypeboxL{
  width: 112px;
  height: 40px;
  background: #F4F6FD;
  border-radius: 2px 0px 0px 2px;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 40px;
  text-align: center;
  font-style: normal;
  cursor: pointer;
}
.userTypeboxR{
  width: 112px;
  height: 40px;
  background: #F4F6FD;
  border-radius: 0px 2px 2px 0px;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 40px;
  text-align: center;
  font-style: normal;
  cursor: pointer;
}
.chooseUserType{
  background: #FF5B24;
  color: #FFFFFF;
}
.sxListBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 20px;
}
.sxList{
  width:calc(50% - 20px);
  height: 36px;
  background: rgba(255,255,255,0);
  margin-bottom: 4px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  cursor: pointer;
  padding:0 4px;
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 超出部分隐藏 */
  text-overflow: ellipsis; /* 显示省略号 */
}
.sxList:hover{
  background: #F4F6FD;
}
.sxMoreBox{
  height: 48px;
  background: #F4F6FD;
  width:100%;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #3B62D4;
  line-height: 48px;
  text-align: center;
  font-style: normal;
  cursor: pointer;
}
.zz_box{
  background: rgba(0,0,0,0.45);
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  z-index:99999;
  text-align: center;
}
.sxDetailBox{
  display: inline-block;
  padding:20px;
  background: #F4F6FD;
  margin-top: 200px;
  width:60%;
  position: relative;
  overflow-y: scroll;
  max-height: 70%;
}
.sxClose{
  position: absolute;
  top:16px;
  right:16px;
  width: 32px;
  height:32px;
}
.sx_title{
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  margin-bottom: 20px;
}
.sx_sonList{
  border-bottom: 1px solid #FF5B24;
  display: flex;
  align-items: center;
}
.sonList{
  width: 52px;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  margin-right: 24px;
  cursor: pointer;
}
.org_title{
  border-bottom: 4px solid #FF5B24;
  color: #FF5B24;
}
.sxxxListbox{
  padding:0 16px;
  background:#fff;
}
.sxxxList{
  padding:16px 0;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #000000;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  border-bottom: 1px solid #EBEBEB;
  cursor: pointer;
}
.sxxxList:hover{
  color: #3B62D4;
}





